ComponentOne ASP.NET MVC Controls
AnimationMode Method

C1.Web.Mvc.Fluent Namespace > ChartAnimationBuilder<T> Class : AnimationMode Method
The value.
Configurates C1.Web.Mvc.ChartAnimation<T>.AnimationMode. Sets whether the plot points animate one at a time, series by series, or all at once. The whole animation is still completed within the duration.
Syntax
'Declaration
 
Public Function AnimationMode( _
   ByVal value As AnimationMode _
) As ChartAnimationBuilder(Of T)
public ChartAnimationBuilder<T> AnimationMode( 
   AnimationMode value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

ChartAnimationBuilder<T> Class
ChartAnimationBuilder<T> Members